home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
I SPY Press Kit
/
I-SPY Press Kit.iso
/
pc
/
acrobat reader 5 pc
/
acrord32.exe
/
EXVW
/
10020
< prev
next >
Wrap
Text File
|
2001-09-24
|
321b
|
14 lines
dialog( name: '$$$/Dialogs/Password' )
{
group()
{
static_text(item_id: 'msg ', width: max_char_width() * 25);
view( align_children: align_row )
{
static_text(name: '$$$/Dialogs/PasswordLabel');
edit_text(item_id: 'pswd', width: max_char_width() * 20, password: true);
}
ok_cancel();
}
}